home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Firebug 1.3.3 / firebug-1.3.3-fx.xpi / skin / classic / bindings.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-07-03  |  721 b   |  20 lines

  1. <?xml version="1.0"?>
  2.  
  3. <bindings id="bindings"
  4.    xmlns="http://www.mozilla.org/xbl"
  5.    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  6.    xmlns:xbl="http://www.mozilla.org/xbl">
  7.  
  8.   <binding id="tab" display="xul:button"
  9.            extends="chrome://global/content/bindings/button.xml#button-base">
  10.     <content>
  11.       <xul:hbox class="tab-image-left" xbl:inherits="selected"/>
  12.       <xul:hbox flex="1" class="tab-image-middle" align="center" xbl:inherits="selected">
  13.         <xul:label flex="1" xbl:inherits="value=label,crop,accesskey" crop="right" class="tab-text"/>
  14.       </xul:hbox>
  15.       <xul:hbox class="tab-image-right" xbl:inherits="selected"/>
  16.     </content>
  17.   </binding>
  18.  
  19. </bindings>
  20.